Add codex plugin#1482
Conversation
Greptile SummaryThis PR adds a Codex CLI plugin generator to the Appwrite SDK generator, following the same pattern as the existing
Confidence Score: 5/5Safe to merge — the new plugin generator is self-contained and all previously flagged path, license, and template issues have been resolved. All changed files are additive (new templates and a new PHP class). The implementation correctly uses agent-skills/ templates directly to avoid frontmatter name mismatches, fixes the LICENSE template reference to plugin/LICENSE.twig, and applies proper relative paths throughout. No files require special attention. Important Files Changed
Reviews (15): Last reviewed commit: "Reuse shared deploy templates for Codex ..." | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
| @@ -1,21 +1,12 @@ | |||
| MIT License | |||
| Copyright (c) 2026 Appwrite (https://appwrite.io) and individual contributors. | |||
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)